home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / Graphics / Viewers / GIFology / how2use < prev    next >
Text File  |  1992-12-25  |  2KB  |  64 lines

  1.         Welcome to GIFology RELEASE 1.0 (for OS 3.x)
  2.         ============================================
  3.  
  4.     This application is to demonstrate how to use the GIFDecode class.
  5. By adding this class library to your application, you will be able to read
  6. a GIF file (version 87a or 89a). To do so:
  7. (A) IF YOU DO NOT HAVE THE SOURCE CODE:
  8.     1) copy the Makefile.preamble to your application directory.
  9.     2) copy the GifDecode.h and the GifDecode.o file to 
  10.            the directory of your application.
  11.  
  12. (B) IF YOU HAVE THE SOURCE CODE (See the file register to get the source code):
  13.     1) copy the GifDecode.h and GifDecode.m file to the directory
  14.            of your application.
  15.     2) add the GifDecode.m class into your project, i.e. launch
  16.            the Project Builder, by clicking twice on your PB.project
  17.            icon from the workspace then click twice on the Classes row
  18.            in the browse). Select the GifDecode.m class, by clicking on that
  19.            choice once. Click on the "ok" button. Save the PB.project file.
  20.  
  21. (A) OR (B):
  22.     3) insert  the following line:
  23.         #import "GifDecode.h"
  24.        into the program which is going to use a GIF file.
  25.  
  26.     I urge users to read the spec.rtf file to understand how to call
  27. the GifDecode class library. Furthermore, users can find an example on how
  28. to use that library by "dissecting"  the demo method in the Gif.m source code.
  29. I also urge users to be a registred user so that you can fully enjoy
  30. this software.
  31.  
  32. So long!
  33.  
  34. BUG REPORT AND SUGGESTIONS ARE WELCOMED:
  35.  
  36. US mail:
  37. Georges CHAN
  38. box 689
  39. University station,
  40. Lexington, KY 40506.
  41.  
  42.  
  43.  
  44.  
  45. NOTE:
  46.     The author disclaims all warranties with regard to this software,
  47. including all implied warranties or merchantability,  in no event shall the
  48. author be liable for any special, indirect or consequential damages or any
  49. damages whatsoever resulting from loss of use, data or profits, whether in
  50. an action of contract, negligence or other tortuous action, arising out
  51. of or in connection with the use of this software.
  52.  
  53. GIF is the copyright property of CompuServe Inc.,
  54. GIF(sm) is a service mark property of CompuServe Inc.
  55.  
  56.  
  57. For more details, please contact:
  58.  
  59.         CompuServe Incorporated
  60.         Graphics Technology Department
  61.         5000 Arlington Center Boulevard
  62.         Colombus, Ohio 43220
  63.         USA
  64.